projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f181899
)
(vc-prefix-map): Bind C-x v ~ to vc-version-other-window.
author
Paul Eggert
<eggert@twinsun.com>
Wed, 15 Sep 1993 23:19:13 +0000
(23:19 +0000)
committer
Paul Eggert
<eggert@twinsun.com>
Wed, 15 Sep 1993 23:19:13 +0000
(23:19 +0000)
lisp/vc-hooks.el
patch
|
blob
|
history
diff --git
a/lisp/vc-hooks.el
b/lisp/vc-hooks.el
index b258a408d563a472018374764ca53bbe7f331168..629d5caa69a8de804fc0fff9b9eaedb527e4690c 100644
(file)
--- a/
lisp/vc-hooks.el
+++ b/
lisp/vc-hooks.el
@@
-275,6
+275,7
@@
Returns t if checkout was successful, nil otherwise."
(define-key vc-prefix-map "u" 'vc-revert-buffer)
(define-key vc-prefix-map "v" 'vc-next-action)
(define-key vc-prefix-map "=" 'vc-diff)
+ (define-key vc-prefix-map "~" 'vc-version-other-window)
))
(provide 'vc-hooks)